home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / オンラインソフト定点観測 / Network / Internet Location Maker 1.1.sit / Internet Location Maker / Read Me < prev    next >
Text File  |  1998-12-29  |  5KB  |  86 lines

  1.  
  2.  
  3.  
  4. Internet Location Maker 1.1
  5.  
  6. What it does
  7. Lets you easily create internet location clippings with any URL you want. If you assign a helper app in the Internet control panel, you can get any app you wish to open URLs that you assign. This gets by a few bugs in the Finder's URL recognition. (ie, try dragging "telnet://rohan.sdsu.edu" to the desktop, or "afp://user name:password@1.2.3.4/" )
  8.  
  9. This works great with Finger or IPNetMonitor. With a simple double-click you can finger someone, or do an IP scan.
  10.  
  11. This program can also be controlled via AppleScript (see below).
  12.  
  13.  
  14. Usage
  15. It's real simple, folksノ
  16.  
  17. ・ Drop the included scripting addition onto your System Folder and restart.
  18.  
  19. ・ Double click and type in the URL. If you don't type in a protocol, System 8.5 will assume it's "http" and use your browser to open it.
  20.  
  21. ・ Give your would-be-clipping file a name.
  22.  
  23. ・ Wait a few seconds. THIS IS IMPORTANT!!! If you don't wait, the Finder may not update it's database correctly and you'll end up with a corrupted location file. (Hint: wait for the Finder to reveal the file for you, or for the file's icon to "flash". Then you'll know it's ready.)
  24.  
  25. If you type in an URL using one of the seven "known" types (http(s), ftp, file, mailto, nntp/news, afp, or at) it creates the appropriate  file for you. If it's a funky new URL (like "pnm," "telnet," "finger," or "ping," etcノ) it creates a "generic" internet location (file type "ilge"). If you've set everything up properly in the Internet control panel then double-clicking on one of these files will launch the apropriate app. Try it, it's fun!
  26.  
  27.  
  28. Using AppleScript
  29. If you want to automate the process, you can using AppleScript:
  30.  
  31. tell application "Internet Location Maker"
  32.     launch
  33.     makeClip("http://www.sdsu.edu/", "Macintosh:Locations:My School's webpage")
  34. end tell
  35.  
  36. or like soノ
  37.  
  38. set theFile to new file with prompt "Like, name the file:"
  39. tell application "Internet Location Maker"
  40.     launch
  41.     makeClip("http://www.mosr.com/", theFile)
  42. end tell
  43.  
  44.  
  45. Limitations
  46. Internet Location Maker requires Akua Sweets 1.2.5 and Mac OS 8.5.
  47.  
  48. A copy of Akua Sweets is included in this archive. For more information on this package, written by Gregory Lemperle-Kerr, e-mail him at akua@bluewin.ch
  49.  
  50. MacOS 8.5 is spiffy, too. But if you're reading this far, I'm sure you have it already.
  51.  
  52.  
  53. About it
  54. Although I love System 8.5's (damnit, let me call it that!) internet location feature, one really annoying bug slipped by. It only works with some types of URLs, and then not always correctly! For example, according to Apple's help file on "internet locations," dragging "telnet://myserver.sdsu.edu" to the desktop should create a "generic" internet location file that launches your "telnet" app via Internet Config. But just try itノ (!)
  55.  
  56. That's what I said! Anyway, I was bored on Christmas Day so I whipped up a small program to easily create internet location files.
  57.  
  58. This is freeware. I wrote this in a night, I'm sure you could too. I'm just starting out in real Mac programming, though and if you have anything cool you'd like to send to a starving college student, it would be greatly appreciated. If this software makes it into a compilation, I would appreciate a copy of it (the compilation, not my softwareノI already have a copy of that). Thanks!
  59.  
  60.  
  61.  
  62. Japheth Cleaver
  63. cleaver@rohan.sdsu.edu
  64. San Diego State University - Go Aztecs!
  65.  
  66.  
  67. Warnings
  68. This is fairly benign code. It shouldn't do anything funky. If it does, let me know. See fine print.
  69.  
  70. Version History
  71.  
  72. 98/12/29 1.1 Now Applescript-able (see above), although there is no aete resource yet. Puts up a dialog telling you to wait, and has the Finder reveal the location file after it's done.
  73.  
  74. 98/12/27 1.0.2 Corrected URL for Akua Sweets. Scripting addition now included in archive. Won't let you make an empty location file. Minor grammar. Finder help balloon works.
  75.  
  76. 98/12/26 1.0.1 Oops! Adds support for "news" clippings as "nntp" clippings plus adds a spiffy icon to the dialog box and changes default name to "unknown location"
  77.  
  78. 98/12/25 1.0 First release. Mmmmノ egg nogノ
  79.  
  80. Future plans:
  81. This is working pretty well for what I need. Send bug reports in!
  82.  
  83. Any updates to this software will be posted to http://www-rohan.sdsu.edu/~cleaver/software/
  84.  
  85. Japheth Cleaver, and all his brothers, sisters, and better friends hereby disclaim all warranties relating to this software, whether express or implied, including without limitation any implied warranties of merchantability or fitness for any particular purpose. The person using the software bears all risk as to any aspect of the performance or fitness of the software. Period. This software does not function on machines without Mac OS or electricity installed. Batteries not included. Void where prohibited, some restrictions apply.